home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Tele / T / Toolkit.cpt / Shell Demo.inp < prev    next >
Encoding:
Text File  |  1987-10-09  |  1.4 KB  |  39 lines  |  [TEXT/MACA]

  1. (Our DLOG & DITL resources for the dialog box will have resource ID's)
  2. (of 1000)
  3. SHELLID 1000
  4. (I'm about to describe the 14 items in the dialog box in order)
  5. ITEMS 14
  6. (Note that the below DATA statements DO NOT contain the item number in)
  7. (the dialog box for each item.  That is determined by the ORDER of each)
  8. (DATA statement!)
  9. (Items #1 and #2 are simple Pushbutton items)
  10. DATA 0,0,0,0,0,0,0
  11. DATA 0,0,0,0,0,0,0
  12. (Item #3 is a Checkbox item, we call it Checkbox #1)
  13. DATA 1,1,0,0,0,0,0
  14. (Item #4 is an undefined item as far as Red Ryder is concerned)
  15. DATA 6,0,0,0,0,0,0
  16. (Item #5 is in Radio Control Group #1, and is member #1)
  17. DATA 2,1,1,0,0,0,0
  18. (Item #6 is in Radio Control Group #1, and is member #2)
  19. DATA 2,1,2,0,0,0,0
  20. (Item #7 is also Static Text we're leaving as undefined)
  21. DATA 6,0,0,0,0,0,0
  22. (Item #8 is in Radio Control Group #2, and is member #1)
  23. DATA 2,2,1,0,0,0,0
  24. (Item #9 is in Radio Control Group #2, and is member #2)
  25. DATA 2,2,2,0,0,0,0
  26. (Item #10 is Editable Text we'll link to the A$ string variable, and)
  27. (show with its entry text selected)
  28. DATA 3,0,1,0,0,0,0
  29. (Item #11 and #12 are both undefined Static Text items)
  30. DATA 6,0,0,0,0,0,0
  31. DATA 6,0,0,0,0,0,0
  32. (Item #13 is Editable Text linked to the B$ string variable, and does)
  33. (not have its text selected)
  34. DATA 3,1,0,0,0,0,0
  35. (Item #14 is undefined)
  36. DATA 6,0,0,0,0,0,0
  37. (The following command MUST be here to tell the Shell Compiler to stop)
  38. ENDSHELL
  39.